Click or drag to resize

ServiceGetSharingMetadata Method

Gets an opaque authentication token that identifies the sharing invitation.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public GetSharingMetadataResponse GetSharingMetadata(
	FolderId folderId,
	string senderSmtpAddress,
	IList<string> recipients
)

Parameters

folderId
Type: Independentsoft.ExchangeFolderId
The folder identifier.
senderSmtpAddress
Type: SystemString
The sender SMTP address.
recipients
Type: System.Collections.GenericIListString
The recipients.

Return Value

Type: GetSharingMetadataResponse
GetSharingMetadataResponse.
See Also